StopObservingRequest

data class StopObservingRequest(service: ServiceName)

Represents request frame that can be used with BackgroundService#stopObserving operation call.

Disables event updates for the service.

See also

Constructors

StopObservingRequest
Link copied to clipboard
fun StopObservingRequest(service: ServiceName)

Properties

service
Link copied to clipboard
val service: ServiceName

Sources

jvm source
Link copied to clipboard